home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
mac
/
misc
/
math
/
lifemake.cpt
/
LifeMaker Demo.rsrc
/
LIF2_24897_InkSpot
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-07-16
|
286 b
|
11 lines
RULE InkSpot
VAR new, sum
BEGIN
IF center[0] THEN
new := 3 (* cell remains set *)
ELSE
sum := north[0] + NE[0] + east[0] + SE[0] + south[0] + SW[0] + west[0] + NW[0]
new := sum = 3 (* set cell if three set neighbors *)
END
RETURN new
END